-
Notifications
You must be signed in to change notification settings - Fork 323
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using Content in SecondaryWindow #2571
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wouldn't think end up with a bogus tab stop somewhere, and something that shoud be a tab stop that isn't? I worry that would get read incorrectly in a more-verbose-than-default Narrator mode.
How does this behave with Narrator? |
With the one line fix (compared to the multi line fix) nothing. narrator works as expected. So does the tabbing order. |
Summary of the pull request
SecondaryWindow was using assigning _windowTemplate to WindowContent. WindowContent has
IsTabStop
set toTrue
and this was causing the phantom tab stop.The fix is to assign _windowTemplate to Content instead.
Using Content is okay in this instance because DevHome has our own custom title bar and content.
References and relevant issues
Task
Detailed description of the pull request / Additional comments
Validation steps performed
Manually tested
PR checklist